Check for features.h.
authorJeff Garzik <jgarzik@src.gnome.org>
Fri, 1 Jan 1999 23:36:32 +0000 (23:36 +0000)
committerJeff Garzik <jgarzik@src.gnome.org>
Fri, 1 Jan 1999 23:36:32 +0000 (23:36 +0000)
commit7433badf8e0810c870281eeb9a758face2fbfb71
tree20ff66c4db0d7b1cf0fd9520e941f47a51e1276a
parent385108e0dee634a08ed6de5703c43e2aaafd80df
Check for features.h.

        * configure.in, config.h.in:
        Check for features.h.

        * gdk/gdkevents.c (gdk_event_put, gdk_events_queue):
        Fixed bug in linked list append logic by replacing hand-coded
        logic with a call to g_list_append.  Bug found by tml.

        * gdk/gdkimage.c:
        'gcc -ansi -pedantic' on GNU/Linux spews warnings and errors
        in sys/ipc.h, including one specific admonishment to use
        _SVID_SOURCE or _XOPEN_SOURCE.  Manually defined the latter, and
        included features.h if present to obtain the necessary
        side-effects.

        * gtk/gtkclist.c, gtk/gtkeditable.c:
        Eliminates comma-after-final-element warnings.

        * gtk/gtkfontsel.c (gtk_font_selection_init):
        Fixed bug where an intl string was declared as _("x") in
        local var initializer.
16 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
config.h.in
configure.in
gdk/gdkevents.c
gdk/gdkimage.c
gdk/x11/gdkevents-x11.c
gdk/x11/gdkimage-x11.c
gtk/gtkclist.c
gtk/gtkeditable.c
gtk/gtkfontsel.c